home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p33-35 / 00013_Script_13 < prev    next >
Text File  |  1994-07-31  |  425b  |  24 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mCancelPlay(theVCRButtons)
  4.   mCancelFastFwd(theVCRButtons)
  5.   
  6.   global Help
  7.   buttonDown(Help, the number of cast "HelpNorm", the number of cast "HelpHiLite")
  8. end
  9.  
  10. on mouseUp
  11.   global Help
  12.   set test = buttonUp(Help)
  13.   if test then
  14.     cursor 4
  15.     
  16.     removeUI()
  17.     
  18.     global ReturnFrame
  19.     set ReturnFrame = the frame
  20.     
  21.     go to "GoToHelp"
  22.   end if
  23. end
  24.